projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8f583
)
* src/callproc.c (child_setup): Fix previous change.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 15 Nov 2010 18:11:52 +0000
(10:11 -0800)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 15 Nov 2010 18:11:52 +0000
(10:11 -0800)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 8838ccb76808dce7954f3c8d8428247020fd1733..ef086020e718ff7b8a007639475039319785b9ad 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-1231,6
+1231,7
@@
child_setup (int in, int out, int err, register char **new_argv, int set_pgrp, L
report_file_error ("Spawning child process", Qnil);
return pid;
#endif /* MSDOS */
+#endif /* not WINDOWSNT */
}
#ifndef WINDOWSNT